home *** CD-ROM | disk | FTP | other *** search
/ Champak 52 / Volume 52 - JOGO DISK .iso / Games / sandwichcooking.swf / scripts / frame_11 / PlaceObject2_192_18 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Text File  |  2007-09-27  |  387b  |  21 lines

  1. onClipEvent(enterFrame){
  2.    if(++i % 72 == 0)
  3.    {
  4.       _root.road.bar._xscale += 1;
  5.    }
  6.    if(_root.road.bar._xscale == 100)
  7.    {
  8.       stopAllSounds();
  9.       _root.gotoAndPlay("Gameover");
  10.    }
  11.    if(_root.bad == 5)
  12.    {
  13.       stopAllSounds();
  14.       _root.gotoAndPlay("Gameover");
  15.    }
  16.    if(_root.cook15._currentframe != 1)
  17.    {
  18.       _root.timer.play();
  19.    }
  20. }
  21.